Bitmap for WPF
SizeOf<T>() メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス > SizeOf メソッド : SizeOf<T>() メソッド
A struct to evaluate.
Return the sizeof a struct from a CLR. Equivalent to sizeof operator but works on generics too.
シンタックス
'宣言
 
Public Overloads Shared Function SizeOf(Of T As {New, Struct})() As System.Integer
public static System.int SizeOf<T>()
where T: new(), struct

型パラメータ

T
A struct to evaluate.

戻り値の型

Size of this struct.
参照

DXUtil クラス
DXUtil メンバ
オーバーロード一覧